OpenRoads Designer CONNECT Edition SDK Help

CreateTangentParabolaTwoElementsByPoint Method

Constructs a profile parabola element tangent to two profile elements and passing through a point.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola[]CreateTangentParabolaTwoElementsByPoint( ProfileElement elmt1, ProfileElement elmt2, DPoint3d thruPoint)

Parameters

SettingDescription
  ProfileElement The first profile element which the created profile line is tangent to.
  ProfileElement The second profile element which the created profile line is tangent to.
  DPoint3d The through passing point of the parabola

Return Value

ProfileParabola[] The tangent profile parabola elements cli::array

See Also